github.com/klauspost/compress/zstd.cTable.tableSymbol (field)

6 uses

	github.com/klauspost/compress/zstd (current package)
		fse_encoder.go#L43: 	tableSymbol []byte
		fse_encoder.go#L84: 	if cap(s.ct.tableSymbol) < tableSize {
		fse_encoder.go#L85: 		s.ct.tableSymbol = make([]byte, tableSize)
		fse_encoder.go#L87: 	s.ct.tableSymbol = s.ct.tableSymbol[:tableSize]
		fse_encoder.go#L108: 	tableSymbol := s.ct.tableSymbol[:tableSize]